Schema Conversion Tool (SCT)

aws/migration aws/database aws/tool

💡 Definition

AWS Schema Conversion Tool (SCT) is a desktop application that helps you convert your database schema from one database engine to another. It is primarily used in conjunction with the DMS for heterogeneous database migrations.

🔑 Key Concepts

⚙️ How it Works

  1. Install SCT: Install the application on your local machine.
  2. Connect: Connect SCT to both your source and target database endpoints.
  3. Analyze & Convert: SCT analyzes the source schema and automatically converts the majority of it to be compatible with the target engine. It highlights any parts that need manual changes.
  4. Apply Schema: You apply the converted schema to the target database.
  5. Migrate Data: After the schema is in place, you use DMS to migrate the actual data.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * DMS * RDS * Aurora